Skip to content

Add text geometry#4

Open
m3wt wants to merge 5 commits intoJesusFreke:masterfrom
m3wt:text-component
Open

Add text geometry#4
m3wt wants to merge 5 commits intoJesusFreke:masterfrom
m3wt:text-component

Conversation

@m3wt
Copy link
Copy Markdown

@m3wt m3wt commented Mar 5, 2026

Adds a Text shape primitive that creates 2D text geometry. Works with Extrude for 3D text.

Replace assertEquals with assertEqual in various tests for compatibility with Python 3.12 which is shipping with current Fusion.


# note: load_tests is required for the "pattern" test filtering functionality in loadTestsFromModule in run()
from fscad.test_utils import FscadTestCase, load_tests
import fscad.fscad
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I follow. does this need to be imported before the "from fscad.fscad import *" or something? otherwise, it's already being imported on line 26?

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

misc_test seems to run fine without this change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants